From bbcc42cfb8a3022db6c026d121add9dfa74b2e23 Mon Sep 17 00:00:00 2001 From: james_sherring Date: Fri, 5 Dec 2003 00:03:40 +0000 Subject: [PATCH] updated show_usage --- st2gpx/src/st2gpx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/st2gpx/src/st2gpx.c b/st2gpx/src/st2gpx.c index 66ff4d1e9..cc4bd2001 100644 --- a/st2gpx/src/st2gpx.c +++ b/st2gpx/src/st2gpx.c @@ -186,8 +186,8 @@ void show_usage() { printf("st2gpx - Export data from MS Streets & Trips and Autoroute to GPX format\n\n"); // FIXME update this line - printf("Usage: st2gpx [-hre] [-v verbose-level] [-a annotations-file] [-u userdata-file] "); - printf("[-j journey-file] [-G gpx-file] stfile\n\n"); + printf("Usage: st2gpx [-hr] [-v verbose-level] [-g gpx-in-file] [-G gpx-out-file]"); + printf(" [-m mpst-in-file] [-M pcx5-out-file] [-F st-mod-file] stfile\n\n"); printf("-h : Help (this text)\n"); printf("-r : Export drawn-lines as routes instead of tracks\n"); printf("-g gpx-in-file : Import data from GPX XML format gpx-in-file\n"); -- 2.30.2